home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / moni / Scout-src.lha / source / objects / fontdisplay_class.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-02-13  |  360 b   |  14 lines

  1. #include "system_headers.h"
  2.  
  3. struct FontDisplayData
  4. {
  5.     struct TextFont *fdd_Font;
  6. };
  7.  
  8. #define FDATTR_Font     0x8022
  9.  
  10. extern ULONG __asm __saveds FontDisplayDispatcher( register __a0 struct IClass *cl,
  11.                                                    register __a2 Object *obj,
  12.                                                    register __a1 Msg msg );
  13.  
  14.